go/types._TypeSet.Method (method)

2 uses

	go/types (current package)
		interface.go#L117: func (t *Interface) Method(i int) *Func { return t.typeSet().Method(i) }
		typeset.go#L56: func (s *_TypeSet) Method(i int) *Func { return s.methods[i] }